home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / logger_.zip / LOGGER.DOC next >
Text File  |  1991-11-10  |  4KB  |  89 lines

  1.  
  2.  
  3.                                LOGGER.EXE
  4.                               Ron Bergeron
  5.  
  6. LOGGER was written for sysops who are using the built-in  file  transfer
  7. functions  of  QuickBBS  version  2.75  and 2.66.  It may also work with
  8. earlier versions,  but  I  haven't  tried  it.   It  will  examine  your
  9. system.log  and  create seperate upload and download log files.  It will
  10. also "touch" the file dates of uploads  made  with  ZModem  if  desired.
  11. QuickBBS does not do this on its own.
  12.  
  13. The  log  files  contain  the  following  information:  date, baud rate,
  14. protocol, file path and name, and username.
  15.  
  16. example:
  17.  
  18.  
  19. 13-Aug-91 2400-Z d:\qbbs\qnew\LOGGER.ZIP - Ron Bergeron
  20.     |       |  |           |                     |
  21.     |       |  |           |                 user name
  22.     |       |  |           |
  23.     |       |  |           +--------- file path & name
  24.     |       |  |
  25.     |       |  +------------------- protocol Z = ZModem
  26.     |       |                                X = Xmodem
  27.     |       |                                S = Sealink
  28.     |       |                                Y = Ymodem
  29.     |       |                                G = Ymodem-G
  30.     |       |                                1 = Xmodem-1K
  31.     |       |
  32.     |       +------------------------------- baud rate
  33.     |
  34.     +-------------------------------- date of transfer
  35.  
  36.  
  37. syntax:  LOGGER upload_log download_log <touch>
  38.  
  39. "upload_log" is any valid DOS path  and  filename  where  you  want  the
  40. upload log information stored.
  41.  
  42. "download_log"  is  any  valid  DOS path and filename where you want the
  43. download log information stored.
  44.  
  45. "touch" is an optional command line parameter.  If you include it on the
  46. command  line,  LOGGER  will set the time and date of any files uploaded
  47. with ZModem to the current system time and date.
  48.  
  49.  
  50. example call:
  51.  
  52. LOGGER !UPLOAD.LOG !DWNLOAD.LOG TOUCH
  53.  
  54. This will cause LOGGER to store any upload information in the system.log
  55. to  the  file "!UPLOAD.LOG".  Any download information will be stored in
  56. the file "!DWNLOAD.LOG".  LOGGER will also "touch"  the  file  date  and
  57. time of any file uploaded with ZModem.
  58.  
  59.  
  60. **** IMPORTANT ****
  61.  
  62. In  order  for  LOGGER to operate correctly, it MUST be run every time a
  63. user logs off the bbs. LOGGER is very fast, so it won't slow things down
  64. very much.  On my 10 Mhz AT, it only takes  about 3 seconds  even if  my
  65. system.log is over 120K long.  I don't  normally  let my  system.log get
  66. that large, so LOGGER usually takes well under 1 second to run.
  67.  
  68.  
  69. I  wrote  this  program because, after using FileDoor for over a year, I
  70. liked having the seperate upload and download log files.  Also, I  liked
  71. the  fact  that  FileDoor  would  "touch"  the  dates  and times.  I was
  72. disappointed to see that QuickBBS did not do that.  The reasons  why  it
  73. doesn't are valid, but I wanted all new files on my bbs to be shown when
  74. a user did a type 37 new files search.  That wouldn't happen if the file
  75. kept its original file date.
  76.  
  77. If  you  have  any questions or comments about this program, please feel
  78. free to contact me.  Also, if you use the program, I'd appreciate it  if
  79. you'd  let  me  know.  I'd just like to know if my efforts helped anyone
  80. other than myself.  This program is "callware".  If you use it, give me
  81. a call to let me know what you think of it.
  82.  
  83.  
  84.                               Ron Bergeron
  85.                               The Machine
  86.                            FidoNet 1:324/124
  87.                              (508) 948-2921
  88.  
  89.